RichTextKit v0.4

UndoGroup<T>.Add Method

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: UndoGroup<T>

Adds a unit to this group

public void Add(UndoUnit<T> unit);

Parameters

UndoUnit<T> unit

The UndoUnit to be added